home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / About 2.01 updates next >
Encoding:
Text File  |  1993-09-16  |  904 b   |  15 lines  |  [TEXT/ttxt]

  1. If you have MCL 2.0, here's what you need to upgrade it to 2.01.
  2.  
  3. This folder contains an updated version of the ptable init. Please replace any older versions that may be in your Extensions folder.
  4.  
  5. To install  MCL patch 1, MCL patch 2, and the Quadra AV patch, create a folder called "patches 2.0" in your MCL folder, put the patch1 and patch2 files into it, start up MCL 2.0, 
  6. then type:
  7.     (ccl::load-patches)
  8.       (load "cyclone-cursor-patch")
  9.     (save-application "MCL 2.0p2" :init-file "init")
  10.  
  11. The folder "2.01 sources" contains a variety of updated source files (from the  "Examples", "Library" and "Interface Tools" folders) for MCL 2.0. Just merge the files into the corresponding MCL folders (be careful here -- some of the folders contain subfolders, and you must merge their contents into the corresponding subfolders as well). Finally, start up MCL and type:
  12.  
  13.     (reindex-interfaces).
  14.  
  15.